/*--------------------------------------------------------------
 * Visual Composer
 *------------------------------------------------------------*/
.wpb_single_image.wpb_content_element {
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
1.0 Homepage
--------------------------------------------------------------*/
.dxl-introduction {
	overflow: hidden;
	border: 1px solid #999999;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 66%, #e1e2e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(66%,#ffffff), color-stop(100%,#e1e2e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 66%,#e1e2e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 66%,#e1e2e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 66%,#e1e2e3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 66%,#e1e2e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e2e3',GradientType=0 ); /* IE6-9 */
}
.dxl-introduction .row:first-child div[class^=col] {
	height: 290px;
}
.dxl-introduction .row:last-child div[class^=col] {
	border-bottom: 0;
}
.dxl-introduction div[class^=col] {
	position: relative;
	padding: 2.5em 3em 2em;
}
.dxl-introduction .row:first-child div[class^=col] {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.dxl-introduction div[class^=col]:last-child {
	border-right: 0;
}
.dxl-introduction h2 {
	font-size: 1.65em;
	vertical-align: bottom;
}
.dxl-introduction h2 a.button {
	margin-left: 40px;
}
.dxl-introduction p {
	color: #999999;
	font-size: 1.05em;
	text-shadow: 1px 1px #ffffff;
}
.dxl-introduction .box-one {
	background: right bottom/contain no-repeat url('../images/introduction/ammo.png');
}
.dxl-introduction .box-two:after {
	content: '';
	width: 232px;
	height: 139px;
	position: absolute;
	right: -20px;
	bottom: -20px;
	background: right bottom/auto 139px no-repeat url('../images/introduction/defense-market.png');
}
.dxl-introduction .box-three {
	background: right bottom/auto 130px no-repeat url('../images/introduction/flags.png');
}
@media screen and (min-width: 768px) {
	.dxl-introduction .contact {
		background: right bottom/auto 160px no-repeat url('../images/introduction/dxl-preview.png');
		padding-right: 400px !important;
	}
}
.dxl-introduction .contact:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 2.6em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 18.0px;
	border-color: transparent transparent transparent #9f232a;
}